home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00041_bradywebsite button.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  151 b   |  13 lines

  1. on mouseUp
  2.   puppetSound(1, "Clicker")
  3.   gotoNetPage("http://www.bradygames.com")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.